home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / games / gb30.zip / GB.BAT < prev    next >
DOS Batch File  |  1994-03-31  |  340b  |  26 lines

  1. echo off
  2. gb1
  3. :MAIN
  4. gamebild
  5. if errorlevel 3 goto TPAINT
  6. if errorlevel 2 goto SOUNDS
  7. if errorlevel 1 goto TPAINT
  8. goto END
  9. :TPAINT
  10. setmode %1
  11. cls
  12. ECHO Loading TurboPaint...
  13. :RUNPROGRAM
  14. tp
  15. if ERRORLEVEL 37 GOTO NOMEM
  16. if ERRORLEVEL 15 GOTO RUNPROGRAM
  17. goto MAIN
  18. :NOMEM
  19. keypress
  20. goto MAIN
  21. :SOUNDS
  22. sg
  23. goto MAIN
  24. :END
  25. GBEND
  26.